Drop deprecated autoconf macro
authorMatthias Clasen <mclasen@redhat.com>
Fri, 7 Oct 2016 17:26:37 +0000 (13:26 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 7 Oct 2016 17:26:37 +0000 (13:26 -0400)
commita03a12098d3b1d4c0eec600af33e6bd82b99eda1
treed6e149e458bd988d398c88c4b9c84a85b0398e26
parentce74c3a5a590bfc5af94ac3b26c7183f4d3150ed
Drop deprecated autoconf macro

AM_PATH_GTK_3_0 is deprecated, use PKG_CHECK_MODULES([GTK], [gtk+-3.0])
instead.
Makefile.am
configure.ac
m4macros/Makefile.am [deleted file]
m4macros/gtk-3.0.m4 [deleted file]